TryPopRange Method

Task Parallel System.Threading

Overload List

  NameDescription
TryPopRange(array<T>[]()[])
Attempts to pop and return multiple objects from the top of the ConcurrentStack<(Of <(T>)>) atomically.
TryPopRange(array<T>[]()[], Int32, Int32)
Attempts to pop and return multiple objects from the top of the ConcurrentStack<(Of <(T>)>) atomically.

See Also